text: React to text attribute changes in css
authorMatthias Clasen <mclasen@redhat.com>
Wed, 21 Oct 2020 17:46:58 +0000 (13:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 21 Oct 2020 17:46:58 +0000 (13:46 -0400)
commit043ffd38bcc508db6813c4029203b8cd4ebbb967
treed252f8ee00c736b3258ec0f6d7c735855192c01b
parent81371e7c795e7a530194a900424496f999b9bbe4
text: React to text attribute changes in css

Recompute the layout when the css style change
affects text attributes. This matches what we do
in GtkLabel, and without this, changing the
font-features-setting css property in the Inspector
does not have immediate effect.
gtk/gtktext.c